Search
NamedRangeCollection.CopyTo Method
See Also
 






Copies the elements of the collection to an array, starting at the specified index.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public new void CopyTo (
    NamedRange[] array,
    int arrayIndex
)

Visual Basic  Copy Code

Public Shadows Sub CopyTo( _
    array() As NamedRange, _
    arrayIndex As Integer _
)

 Parameters

array

A one-dimensional array that is the destination of the copied elements.

arrayIndex

The zero-based index in array at which copying begins.

 See Also